GraphQL Serving Over HTTP
Introduction
HTTP is the most common choice as the client-server protocol when using GraphQL because of its ubiquity. However the GraphQL specification deliberately does not specify the transport layer.
The closest thing to an official specification is the article Serving over HTTP. Leading implementations on both client and server have mostly upheld those best practices and thus established a de-facto standard that is commonly used throughout the ecosystem.
This specification is intended to fill this gap by specifying how GraphQL should be served over HTTP. The main intention of this specification is to provide interoperability between different client libraries, tools and server implementations.
--
はじめに
HTTPは、そのユビキタス性から、GraphQLを使用する際のクライアント・サーバー・プロトコルとして最も一般的な選択肢です。しかし、GraphQL の仕様では、意図的にトランスポート レイヤーを指定していません。
公式仕様に最も近いのは、Serving over HTTPという記事です。クライアントとサーバーの両方における主要な実装は、ほとんどがこれらのベストプラクティスを支持しており、その結果、エコシステム全体で一般的に使用されている事実上の標準を確立しています。
この仕様は、GraphQLがHTTP上でどのように提供されるべきかを規定することで、このギャップを埋めることを目的としています。この仕様の主な意図は、異なるクライアント ライブラリ、ツール、およびサーバー実装の間で相互運用性を提供することです。